Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: interactive styles on secondary button inside a ButtonGroup #1938

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

sirineJ
Copy link
Contributor

@sirineJ sirineJ commented Feb 6, 2023

Fixes #1937

Purpose

Fix observed wrong styles on secondary action inside a <ButtonGroup/>
Screenshot 2023-02-06 at 11 34 14

Approach and changes

Override secondary button styles in the SecondaryButton

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@sumup-clark
Copy link

sumup-clark bot commented Feb 6, 2023

Hey @sirineJ,
we are super excited that you are contributing! 🎉There's one more thing you need to do. Please accept our Contributor License Agreement. It helps you and us to collaborate on clear terms and focus on what we love most: code.

Thanks!

@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2023

🦋 Changeset detected

Latest commit: c68b717

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sumup/circuit-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Feb 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
oss-circuit-ui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 6, 2023 at 4:02PM (UTC)

@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #1938 (c68b717) into main (4dbe0ac) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1938   +/-   ##
=======================================
  Coverage   91.69%   91.69%           
=======================================
  Files         172      172           
  Lines        3565     3565           
  Branches     1198     1198           
=======================================
  Hits         3269     3269           
  Misses        275      275           
  Partials       21       21           
Impacted Files Coverage Δ
packages/circuit-ui/components/Button/Button.tsx 94.02% <ø> (ø)

@sirineJ sirineJ marked this pull request as ready for review February 6, 2023 13:30
@sirineJ sirineJ requested a review from a team as a code owner February 6, 2023 13:30
@sirineJ sirineJ requested review from connor-baer and removed request for a team February 6, 2023 13:30
Copy link
Member

@connor-baer connor-baer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking care of this! 🙌

.changeset/shiny-otters-smash.md Outdated Show resolved Hide resolved
.changeset/shiny-otters-smash.md Outdated Show resolved Hide resolved
packages/circuit-ui/components/ButtonGroup/ButtonGroup.tsx Outdated Show resolved Hide resolved
Copy link
Member

@connor-baer connor-baer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@connor-baer connor-baer changed the title fix: hover styles on secondary button inside a button group fix: interactive styles on secondary button inside a ButtonGroup Feb 7, 2023
@connor-baer connor-baer merged commit 18735f1 into main Feb 7, 2023
@connor-baer connor-baer deleted the fix/hover-effects-in-button-group branch February 7, 2023 09:21
@connor-baer connor-baer mentioned this pull request Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗂 circuit-ui 🎨 design Requires input from designers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect hover styles on secondary button inside a ButtonGroup
2 participants